Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.theme.localconfiguration

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.theme.localconfiguration">

  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
    <schema name="theme_configuration" prefix="themeconf"
      src="schemas/theme_configuration.xsd" />
  </extension>

  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">

    <facet name="ThemeLocalConfiguration">
      <schema name="theme_configuration" />
    </facet>

  </extension>

  <extension target="org.nuxeo.ecm.core.api.DocumentAdapterService"
    point="adapters">
    <adapter class="org.nuxeo.theme.localconfiguration.LocalThemeConfig"
      factory="org.nuxeo.theme.localconfiguration.LocalThemeConfigAdapterFactory" />
  </extension>

</component>